Added components which can be used by apriltag_detector#287
Conversation
|
Thanks! On the Windows side we probably need to add a definition of the _USE_MATH_DEFINES macro. |
|
Interesting failure |
|
You could probably patch windows with something like: https://stackoverflow.com/a/24550632 #ifdef _MSC_VER
# include <intrin.h>
# define __builtin_popcount __popcnt
#endif |
|
Although IDK if that works for |
|
It seems there is a simple portable implementation of that function in llvm's libcxx, we may think of using it. |
|
|
All the |
|
Thanks! |
Follow up PR to #286 to add some components
apriltag_detectoruses as composable components.No issue # to link but if you recommend I can create one.